﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* font-family: arial, sans-serif; */
    /* font-size: .32rem; */
    font-family: "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    -webkit-text-size-adjust: none;
}


/*common start*/

body {
    font-size: 12px;
    line-height: 22px;
}

img {
    border: 0px;
}

li {
    list-style-type: none;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m0p0 {
    margin: 0;
    padding: 0;
}

.mr10 {
    margin-right: 10px;
}

.b80404 {
    color: #b80404;
}

.color028686 {
    color: #028686;
}

.red {
    color: red;
}

blockquote {
    font-size: 13px;
}

.thumbnail > img {
    background-size: cover !important;
}

.thumbnail:hover {
    background: #F6F6F6;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 5px rgba(130, 130, 130, .6);
    -moz-box-shadow: 0 0 5px 5px rgba(130, 130, 130, .6);
    box-shadow: 0 0 5px 5px rgba(130, 130, 130, .6);
    border: 0;
}

.thumbnail>center {
    padding: 8px 0 5px 0;
}

.textcenter {
    text-align: center;
}

.clear {
    overflow: hidden;
    clear: both;
    line-height: 12px;
}

.line {
    border-bottom: 1px dashed #c5ddf7;
    line-height: 1px;
}

.combox {
    background: #fff;
    border: 1px #c5ddf7 solid;
    position: relative;
    _width: 100%;
    /*for IE6*/
}

.combox h2 {
    background: #eaf4fe;
    font-size: 12px;
    font-weight: bold;
    color: #2a66a5;
    line-height: 26px;
    padding: 0 12px;
    border-top: 1px #f9fdff solid;
    border-bottom: 1px #c5ddf7 solid;
    margin: 0;
    padding: 0;
}

.combox h2 .more {
    float: right;
    font-weight: normal;
}

.combox .content {
    padding: 10px;
    overflow: hidden;
}


/*common end*/

.header-wrap {
    background: url(../images/header_bg.jpg) repeat-x left top;
}

.header {
    height: 80px;
    width: 90%;
}

.logo a {
    text-decoration: none;
}

.logo img {
    width: 80px;
    heith: 50px;
    margin: 16px 0 0 15px;
    float: left;
}

.logo h1 {
    float: left;
    font-size: 2em;
    margin-top: 25px;
    margin-left: 13px;
    color: #028686;
}

.logo h1 small {
    color: #585858;
    font-size: 50%;
}

.header-right {
    padding: 0;
}

.header-right>.tel {
    font-size: 1.5em;
    color: #b80404;
    font-weight: 600;
    font-style: italic;
}

.kmdzjxnav {
    padding: 0;
    margin: 0;
    /*background:url(../images/menu_bg.jpg) repeat-x left bottom;*/
}

.kmdzjxnav .navbar-nav>li>a {
    color: #454545;
    font-size: 15px;
    font-weight: 600;
}

.kmdzjxnav .navbar-nav>li>a:hover,
.kmdzjxnav .navbar-nav>li>a:focus {
    background: #028686;
    border-style: inset;
    border: 0px solid;
    border-radius: 4px;
    color: #FFF;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
}

.nav>li>a:hover,
.nav>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.rdnavon {
    background: #b80404;
    color: #FFF;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav>li:hover>.dropdown-menu {
    display: block;
}

.navbar-default .navbar-brand {
    font-weight: 500;
    font-size: 22px;
    color: #028686;
}

.litlogo {
    padding: 5px;
    margin: 5px;
    height: 100px;
    height: 40px;
}

@media (max-width: 767px) {
    .kmdzjxnav .navbar-nav>li>a {
        background: #b80404;
        color: #FFF;
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin: 1px;
        padding: 10px;
        text-align: center;
    }
    .dropdown-menu {
        display: none;
    }
    .navbar-nav {
        display: block;
        background: #EAEAEA;
    }
    .navbar-nav li.nornavli {
        width: 25%;
        display: block;
        float: left;
    }
    .navbar-nav li.nornavli a {
        white-space: nowrap;
    }
    .nvabar-nav li.pronavlist {
        width: 100%;
    }
    .navbar-nav li.pronavlist a {
        white-space: nowrap;
        width: 32.7%;
        display: block;
        float: left;
    }
}

.main-content {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
}

.mainside {
    margin: 10px 0 0 0;
    padding: 0;
}

.mainbody {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
}

.footer_wrap {
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) repeat-x left top;
    text-align: center;
    margin-top: 10px;
    padding: 20px 0px;
}

.footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    line-height: 26px;
    height: 100px;
    color: #999;
}

.footer a {
    color: #999;
}

.bottom_left {
    float: left;
    text-align: center;
}

.bottom_left {
    line-height: 22px;
}

.bottom_center {
    text-align: left;
    padding: 10px 0 0 10px;
}

.bottom_right {
    padding-top: 10px;
    text-align: center;
}

.bottom_right img {
    float: left;
    width: 80px;
    height: 80px;
}

.bottom_right p {
    float: left;
    text-align: left;
    padding: 10px 0 0 10px;
}

.cell-contact {
    overflow: hidden;
    text-align: center;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.cell-contact a {
    display: block;
    background: #b80404;
    height: 50px;
    padding: 6px 0 0 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    float: left;
    color: #FFF;
}

.cell-contact a span {
    clear: both;
    width: 28px;
    height: 24px;
    display: block;
    margin: 0 auto;
    -webkit-animation: toolicon 600ms linear infinite;
}

.cell-contact .yi-toolbar-tel {
    background: url(../images/tool-tel.png) 0 0 no-repeat;
}

.cell-contact .yi-toolbar-sms {
    background: url(../images/tool-sms.png) 0 0 no-repeat;
}

.cell-contact .yi-toolbar-qq {
    background: url(../images/tool-qq.png) 0 0 no-repeat;
}

.cell-contact .yi-toolbar-addcontact {
    background: url(../images/tool-addcontact.png) 0 0 no-repeat;
}

#qq_kefu {
    position: fixed;
    bottom: 100px;
    right: 2px;
    width: 100px;
    height: 216px;
    background: url(../images/qqkefu.png) no-repeat;
    font-size: 13px;
    font-weight: bold;
}

#qq_kefu button.close {
    color: #000;
    float: right;
    margin-top: -25px;
}

#qq_kefu span.hjf-wechat {
    float: left;
    margin-top: 86px;
    text-align: center;
    width: 100%;
    color: #2c5580;
}

#qq_kefu a.qqkf {
    display: block;
    width: 100px;
    height: 108px;
    margin: 0 auto;
    margin-top: 108px;
    padding-top: 75px;
    text-align: center;
    text-decoration: none;
}

.h2_blue_column_title {
    text-align: left;
    color: #7EB6E3;
    font-size: 16px;
    padding: 0px 0 15px 5px;
    border-bottom: 1px solid #d6d6d6;
    font-weight: normal;
}

.h2_green_column_title {
    font-size: 15px;
    font-weight: normal;
    color: #c2da48;
    padding-left: 12px;
    text-transform: uppercase;
}

.key_product a{
    border: 1px solid #e3e3e3 !important;
    border-radius: 0;
}

.key_product img {
    width: 100%;
    height: auto;
    border: 0;
    padding: 2px;

}

.key_product h3 {
    width: 100%;
    color: #1689a4;
    font-size: 13px;
    margin: 0;
    padding: 1rem 0 1.5rem 0;
}

.key_product a {
    border: 0;
}

.key_product a:hover,
.key_product a:active {
    box-shadow: 5px 5px 25px #888;
    background: #f2fefe;
    color: white;
    margin-bottom: 20px;
}

#index_brief_intro h2 {
    margin-right: 15px;
}

.index_brief_intro_content {
    padding: 10px 0;
}

#index_brief_intro p {
    line-height: 25px;
    color: #717179;
    text-indent: 2em;
}

#index_brief_intro img {
    margin: 5px 15px 15px 15px;
    width: 140px;
    height: 86px;
    border: 0;
    float: right;
}

#index_article_list {
    overflow: hidden;
    white-space: nowrap;
}

#index_article_list ul {
    margin: 15px 0 0 0px;
    clear: both;
}

#index_article_list li a {
    clear: both;
    line-height: 25px;
    color: #717179;
    list-style-type: disc;
    list-style: outside;
}

#index_article_list li a:hover {
    color: red;
}

#cases div {
    margin: 9px 0;
}


/*#cases .casethumbcontainer{display:block; width:100%; height:0; padding-bottom:61.8%;}*/

#friendly_links a {
    display: block;
    line-height: 36px;
    margin: 0 20px;
    float: left;
}

.crumb {
    background: #f5f5f5;
    padding-left: 30px;
}

.crumb .breadcrumb {
    margin-bottom: 0px;
}

#content {
    overflow: hidden;
    border: solid 1px #EAEAEA;
    border-radius: 10px;
    background: #fafafa;
    padding: 3rem 4rem;
    font-size: 14px;
}


#content h1 {
    text-align: center;
    overflow: hidden;
    color: #0e787f;
    font-size: 2.5em;
    line-height: 6rem;
    margin-bottom: 4rem;
    border-bottom: 5px solid #028686;
}

#content h1.pro-title {
    font-size: 3em;
    margin: 1.5rem 0 2rem 0;
    color: #0e787f;
    text-align: left;
}

#content .attr {
    padding: 0px 15px;
}

#content .content {
    color: #595757;
    line-height: 25px;
}

#content h2,
h3 {
    font-size: 17px;
    line-height: 45px;
    text-indent: 0px;
    color: #ec7e07;
}

#content h3 {
    font-size: 14px;
}

#content .content a {
    color: red;
}

#content .pro-content {
    padding: 0;
    margin: 0;
}

#content table {
    width: 100%;
    border-collapse: collapse;
    border: #900 solid;
    border-width: 0px 0 0 0px;
    margin-top: 10px;
    text-indent: 0px;
}

#content table th {
    background: #b3b3b3;
    color: #000;
    font-weight: normal;
    border: #CCC 1px solid;
    padding: 2px 0;
    text-align: center;
    text-indent: 0px;
    line-height: 20px;
}

#content table td {
    text-align: center;
    color: #000;
    border: #CCC solid;
    border-width: 0 1px 1px 1px;
    text-indent: 0px;
}

#content table tr {
    background-color: expression((this.sectionRowIndex%2==0)?"#EAEAEA": "#F0F0F0")
}

#content table tr {
    background-color: #FFF;
}

#content table tr:nth-child(even) {
    background: #EAEAEA;
}

#content .pro-rel-articles a{
    color: #595757 !important;
}

#content .pro-rel-articles a:hover{
    color: red !important;
}


/*odd  even*/

#content img {
    max-width: 100% !important;
    height: auto;
}


/*#content table td:nth-child(even){color:#C00;}*/

.result_list {
    padding: 5px;
    overflow: hidden;
    margin-top: 8px;
}

.thumb {
    margin-left: 10px;
    text-align: center;
}

.img-box {
    height: 0;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.img-box img {
    width: 100%;
    text-align: center;
}

.product-box center {
    white-space: nowrap;
}

.proimg {
    padding-left: 0;
}

.picFocus {
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 70px;
    height: 45px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}

.picFocus .hd ul li.on {
    background: url("../images/icoUp.gif") no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 467px;
    height: 230px;
    display: block;
}

#sub_category .content ul li {
    float: left;
    padding-right: 10px;
}

#contact_us {
    margin-top: 20px;
    font-size;
    12px;
}

#contact_us h3 {
    color: #DD0000;
    line-height: 36px;
    font-size: 14px;
    border-bottom: 1px dotted silver;
    width: 100%;
}

.division {
    margin-bottom: 18px;
}

#contact_us p {
    text-indent: 3em;
    line-height: 30px;
    color: black;
    word-spacing: 2px;
    letter-spacing: 1px;
}

#contact_us p.tel {
    font-weight: bold;
    font-size: 1.1em;
}

.contact_us_for_technical_support {
    overflow: hidden;
}

.contact_us_for_technical_support span {
    color: red;
    padding-right: 5px;
}

.contact_us_for_technical_support ul {
    margin-left: 20px;
}

.contact_us_for_technical_support li {
    line-height: 45px;
    font-size: 1.1em;
    list-style-position: inside;
    white-space: nowrap;
    border-bottom: 1px dashed #EAEAEA;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#sidebar {
    float: left;
    width: 240px;
    margin-top: 8px;
}

#rightbody {
    margin-top: 8px;
    float: right;
    width: 715px;
    border-left: 0px solid #ddd;
    height: auto !important;
    min-height: 550px;
    background: #FFF;
}


/*左侧sidebar相关*/

.widget {
    border: solid 1px #028686;
    border-radius: 4px;
}

.widget h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 4rem;
    text-align: center;
    background: #028686;
    color: #FFF;
    display: block;
}

.sidebarul {
    margin-left: 20px;
}

.sidebarul>li {
    border-bottom: 1px dashed #028686;
    font-weight: bold;
}

.sidebarul>li>span {
    float: left;
    line-height: 40px;
}

.sidebarul>li>a {
    margin-left: 15px;
}

.sidebarul>li>a:hover,
.sidebarul>li>a:active,
.sidebarul>li>a>span:hover {
    background: #e4a703;
    color: #FFF;
    font-size: 1.5em;
}

.sidebarul>li>a>span {
    padding: 0 5px 0 0;
}

.samecatprolist {
    padding-left: 5px;
    padding-right: 5px;
}

.samecatpro h3 {
    width: 100%;
    color: #000;
    font-size: 10px;
    margin: 0;
    line-height: 4rem;
}

.side_newslist {
    padding: 0 0 0 15px;
    overflow: hidden;
}

.side_newslist li {
    /*background:url(../images/ico_square.gif) left center no-repeat;*/
    padding-left: 12px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed silver;
}

.lastli {
    border: 0;
}


/*相关产品*/

.relproduct {
    border: 0;
}

.relproduct h2 {
    border-radius: 4px;
}

.relpro .thumbnail {
    max-width: 180px;
    margin: 20px auto;
}


/*相关文章*/

.like h3 {
    height: 25px;
    line-height: 25px;
    /*background:#F7F7F7 url(ico-2.gif) 5px 8px no-repeat;*/
    border-bottom: 1px #DFDFDF solid;
    padding-left: 20px;
    color: #2D81CA;
}

.like ul {
    display: inline-block;
    padding: 5px;
}

.like li {
    width: 340px;
    float: left;
    /*background:url(ico-1.gif) left 8px no-repeat;*/
    text-indent: 10px;
}


/*2栏的文章列示*/

.colsartscontent {
    width: 695px;
    overflow: hidden;
}

.colsartscontent div {
    width: 338px;
    float: left;
    border: 1px solid #a7a7a7;
}

.colsartscontent h3 {
    color: #B23030;
    padding-left: 10px;
    margin-right: 2px;
    width: 100%;
    line-height: 30px;
    display: block;
    background: #EEE;
}

.colsartscontent h2 {
    height: 27px;
    line-height: 27px;
    /*background:url(i_r_t.png) no-repeat;*/
    color: #B23030;
    padding-left: 30px;
}

.colsartscontent li {
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
}


/*最新文章*/

.art-newest {
    line-height: 25px;
    overflow: hidden;
    border-bottom: 5px solid #028686;
}

.art-newest li {
    list-style-type: circle;
    list-style-position: outside;
}

.art-newest a {
    color: #595757;
}

.post-footer{
    padding:1rem auto !important;
    border-bottom: 5px solid #028686;
}


/*产品页面*/

.w100 {
    width: 100%;
}

#pro_wrapper {
    margin: 20px 10px 0 10px;
}

#pro_wapper .title {
    border-bottom: 1px dashed #e0e0e0;
    padding: 21px 0;
}

#pro_wapper .title h1 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: bold;
}

#pro_imgs_container {
    width: 30%;
    float: left;
}

#pro_imgs_container img {
    width: 400px;
    height: 300px;
    border: 0;
}

#pro_briefintro {
    width: 60%;
    float: left;
}

.sideMenu {
    border: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
}

.sideMenu .catcnt {
    padding-right: 0 auto;
    margin: 0 auto;
}

.sideMenu h2 {
    padding: 0;
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    background: #f4f4f4;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.sideMenu h2 em {
    float: right;
    display: block;
    width: 40px;
    height: 32px;
    background: url(../images/icoAdd.png) 16px 12px no-repeat;
    cursor: pointer;
}

.sideMenu h2.on em {
    background-position: 16px -57px;
}

.sideMenu ul {
    padding: 8px 25px;
    color: #999;
    display: none;
}

.casethumb {
    display: block;
    position: relative;
    margin: 10px auto;
    height: 0;
    padding-bottom: 61.8%;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.casethumb img {
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    padding: 2px;
    transition: all 0.6s;
    z-index: 0;
}

.casetitle {
    margin-top: -27%;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 3em;
    color: #FFF;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    white-space: nowrap;
}

.casethumb:hover .casetitle {
    background: rgba(0, 0, 0, 0.5);
}

.productcenter-content {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.productcenter_category_div {
    margin: 6px 0 0 0;
    min-height: 220px;
    padding: 0 5px;
}

.productcenter_category_title,
.productcenter_category_content {
    border: 0.5px solid gray;
}

.productcenter_category_title {
    border-bottom: 0;
    height: 120px;
    width: 100%;
}

.productcenter_category_div h2 {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #FFF;
    margin: -35px 0 0 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.4);
}

.productcenter_category_content {
    border-top: 0;
    width: 100%;
    float: left;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.productcenter_category_content:hover {
    background: #eaeaea;
}

.productcenter_category_content ul {
    padding-top: 10px;
    float: left;
    display: block;
    width: 100%;
}

.productcenter_category_content ul li a {
    display: block;
    color: #818181;
}